home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 003-desktop.lzm / usr / lib / aspell / spell < prev    next >
Encoding:
Text File  |  2007-05-11  |  122 b   |  7 lines

  1. #!/bin/sh
  2.  
  3. # aspell list mimicks the standard unix spell program, roughly.
  4.  
  5. cat "$@" | aspell list --mode=none | sort -u
  6.  
  7.